home *** CD-ROM | disk | FTP | other *** search
/ Remix Doll 3: Dirty Sally / Remix Doll 3: Dirty Sally.iso / drtyslly.exe / MAIN_FNL.DXR / 04954_TBazooka.ls < prev    next >
Encoding:
Text File  |  1995-02-11  |  414 b   |  25 lines

  1. property ancestor
  2. global gApp
  3.  
  4. on birth me, vSprNum, vID
  5.   set ancestor to NewObj("TAnim", vSprNum, vID)
  6.   mIBazooka(me)
  7.   return me
  8. end
  9.  
  10. on mIBazooka me
  11.   mStAnimNumBgnEnd(me, the number of cast "bazooka", the number of cast "bazookaE")
  12.   mStLoop(me, 0)
  13.   mReqMorningCall(gApp, me)
  14. end
  15.  
  16. on mDeath me
  17.   mCancelMorningCall(gApp, me)
  18.   mDeath(ancestor)
  19. end
  20.  
  21. on mIdle me
  22.   mStLocH(me, the mouseH)
  23.   updateStage()
  24. end
  25.